home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Bell.Form < prev    next >
Text File  |  1994-05-12  |  175b  |  27 lines

  1. Bell
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.3
  6.         x2= 0.2
  7.         y1=-1.3
  8.         y2= 1.3
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         f=pow(z,c)
  17.         r=f*c
  18.         z=r*z
  19.         w=abs(z)
  20.     }
  21.     {
  22.         w>bailout
  23.     }
  24.     {
  25.     }
  26. }
  27.